AColor_xy

Color is defined in CIE XYZ coordinates.

extern (C) nothrow @nogc
struct AColor_xy {
float x;
float y;
}

Meta